Implement GtkMountOperation, a subclass of GMountOperation to be used with
authorChristian Kellner <gicmo@gnome.org>
Mon, 17 Mar 2008 17:29:55 +0000 (17:29 +0000)
committerChristian Kellner <gicmo@src.gnome.org>
Mon, 17 Mar 2008 17:29:55 +0000 (17:29 +0000)
commite1092e9a60c6ff1faa8cf0e89f3d39ee334e17cd
tree304b8cda58a9dc2f8ea653cbef711d4370b5aa60
parent519ba608ee8d8f954e2421254b6c7272750e2d6e
Implement GtkMountOperation, a subclass of GMountOperation to be used with

2008-03-17  Christian Kellner  <gicmo@gnome.org>

        Implement GtkMountOperation, a subclass of GMountOperation
        to be used with gio wherever there is the need to ask the
        user for credentials or questions while mounting a volume.
        This is bug #522245

        * gtk/gtkmountoperation.c:
        * gtk/gtkmountoperation.h:
        Implement GtkMountOperation.

        * gtk/gtk.h: Add gtkmountoperation.h
        * gtk/Makefile.am: Add gtkmountoperation.[hc]
        * gtk/gtk.symbols: Add symbols of GtkMountOperation.
        * tests/testmountoperation.c: Test program for it.
        * tests/Makefile.am: Add testmountoperation.

svn path=/trunk/; revision=19894
ChangeLog
gtk/Makefile.am
gtk/gtk.h
gtk/gtk.symbols
gtk/gtkmountoperation.c [new file with mode: 0644]
gtk/gtkmountoperation.h [new file with mode: 0644]
tests/Makefile.am
tests/testmountoperation.c [new file with mode: 0644]